ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Remove Method
Identifier for the item to remove.

In This Topic
    Remove Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Removes item from cache
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal k As TKey _
    ) 
    public void Remove( 
       TKey k
    )

    Parameters

    k
    Identifier for the item to remove.
    See Also